I find the way chrome names the __proto__ property as [[Prototype]] a bit confusing as its harder to distinguish a functions __proto__ from its .prototype property, I was wondering if there's a way to make chrome or any other browser just show it as __proto__ as that's what it actually is. Thankyou.